home *** CD-ROM | disk | FTP | other *** search
/ Symantec Visual Cafe for Java 2.5 / symantec-visual-cafe-2.5-database-dev-edition.iso / Visual Cafe Pro v1.0 / TUTORIAL.BIN / ProjLink.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-01-30  |  488 b   |  12 lines

  1. package symantec.itools.db.pro;
  2.  
  3. import symjava.sql.SQLException;
  4.  
  5. public interface ProjLink {
  6.    void init(ProjBinder var1);
  7.  
  8.    void notifyDataChange(ProjBinder var1);
  9.  
  10.    boolean notifySetData(ProjBinder var1) throws SQLException;
  11. }
  12.